PUT /r/orders/order-{order-oid}-{domain}/vps/running-stateChange the running state to reboot a VPS. For example, set it
to 'RUNNING' if you want to start a stopped VPS (else does
nothing). e.g. to 'RESTARTING' if you wish to issue a
reboot. e.g. 'POWERCYCLING' to kill the VPS and restart
it. Setting a 'NOTRUNNING' state is currently not
supported. Since we are attempting to create a REST-ful API we
are trying to 'verb' URIs like '/reboot'.
- HTTP Example:
PUT /r/orders/order-{order-oid}-{domain}/vps/running-state | - API Example:
JAXRSVPS.doReboot({'order-oid': , 'domain': , '$entity': }); |
- Input:
- RunningStateChangeRequest
- Output:
- PutRunningStateResponse
|